home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / gradat1a / form3.frm < prev    next >
Text File  |  1999-10-03  |  1KB  |  49 lines

  1. VERSION 5.00
  2. Begin VB.Form Form3 
  3.    Caption         =   "Introducing this Program."
  4.    ClientHeight    =   4950
  5.    ClientLeft      =   4680
  6.    ClientTop       =   2685
  7.    ClientWidth     =   5175
  8.    ClipControls    =   0   'False
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form3"
  11.    ScaleHeight     =   4950
  12.    ScaleWidth      =   5175
  13.    Begin VB.TextBox Text2 
  14.       Height          =   1695
  15.       Left            =   0
  16.       MultiLine       =   -1  'True
  17.       TabIndex        =   2
  18.       Text            =   "Form3.frx":0000
  19.       Top             =   3240
  20.       Width           =   4695
  21.    End
  22.    Begin VB.TextBox Text1 
  23.       Height          =   3255
  24.       Left            =   0
  25.       MultiLine       =   -1  'True
  26.       TabIndex        =   1
  27.       Text            =   "Form3.frx":00AC
  28.       Top             =   0
  29.       Width           =   4695
  30.    End
  31.    Begin VB.CommandButton Command1 
  32.       Caption         =   "Back"
  33.       Height          =   495
  34.       Left            =   4680
  35.       TabIndex        =   0
  36.       Top             =   0
  37.       Width           =   495
  38.    End
  39. End
  40. Attribute VB_Name = "Form3"
  41. Attribute VB_GlobalNameSpace = False
  42. Attribute VB_Creatable = False
  43. Attribute VB_PredeclaredId = True
  44. Attribute VB_Exposed = False
  45. Private Sub Command1_Click()
  46. Form3.Hide
  47. Form1.Enabled = True
  48. End Sub
  49.